home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / dos5ed.zip / DOS5ED.DOC next >
Text File  |  1991-06-25  |  2KB  |  52 lines

  1. DOS5ED.EXE
  2. by Allan Zachary
  3. San Antonio, Tx
  4.  
  5. Put into the 
  6. Public Domain 
  7. June 24, 1991
  8.  
  9.   DOS5ED is a program designed solely to patch a copy of the MS DOS 5.0
  10. editor allowing it to list *ALL* of the files in the current directory
  11. instead of just files with the .TXT extender by default when you select
  12. 'Open' from the file menu.  QBASIC.EXE serves as both a general purpose
  13. text editor and a BASIC interpreter for DOS 5.0, and the modification is
  14. performed on a copy of your original.  DOS5ED must be executed in the
  15. same directory that QBASIC.EXE resides in (usually C:\DOS).  Here is
  16. what happens when you execute DOS5ED.EXE:
  17.  
  18.            1. Display a brief summary of DOS5ED's purpose.
  19.            2. Ask the user if she/he would like to continue or abort.
  20.            3. If the ENTER key is hit:
  21.                 A. See if QBASIC.EXE exists in the current directory.
  22.                    a. If QBASIC.EXE is not found, notify user & quit.
  23.                 B. Rename QBASIC.EXE as QBASIC.BAK.
  24.                 C. Copy QBASIC.BAK to QBASIC.EXE.
  25.                 D. Search for "*.TXT" in the new QBASIC.EXE
  26.                    a. If its not found notify the user,
  27.                       delete the copy of QBASIC.EXE & 
  28.                       restore the original.
  29.                 E. If found replace "*.TXT" with "*.*" (wildcards)
  30.                    & notify user of success.
  31.            4. If any other key is hit, abort.
  32.  
  33.   To test it, simply type 'EDIT' at the DOS prompt, (or choose edit from
  34. the shell) and select "Open" from the file menu.  You should now be able to
  35. see all of the files in the current directory within the file selector box.
  36. The BASIC interpreter function of the editor is unaffected by the patch.
  37.  
  38.     DOS5ED was written in MS QuickBasic 4.5 using routines from Crescent
  39.                 Software's Quickpak Professional Library.
  40.                       ---------------------------
  41.  
  42.  DOS5ED has been thoroughly tested, however, users of the DOS5ED editor patch
  43.  utility must accept this disclaimer of warranty:
  44.  
  45.  "DOS5ED is supplied as is.  The author disclaims all warranties,
  46.  expressed or implied, including, without limitation, the warranties
  47.  of merchantability and of fitness for any purpose. The author assumes
  48.  no liability for damages, direct or consequential, which may result
  49.  from the use of DOS5ED."
  50.  
  51.  
  52.